ExecuteReader(String,String,MySqlParameter[]) Method
Executes a single command against a MySQL database, possibly inside an existing transaction, and returns
MySqlDataReader as the result.
Parameters
- connectionString
- MySqlConnection object to use for the command.
- commandText
- Command text to use.
- commandParameters
- Array of MySqlParameter objects to use with the command.
Return Value
The
MySqlDataReader object ready to read the results of the command.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2